home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / games / fibsw130.zip / BUNET.SCN next >
Text File  |  1994-04-27  |  453b  |  18 lines

  1. @echo off ;%%BUNet (requires "rlogin <hostname>" before "login:")
  2. @if "%HostName%"==""
  3. @   echo "\r\n** Error(bunet.scn): Host Name must be set in Options/Script Settings... dialog box.
  4. <
  5. @endif
  6.  
  7. @if not @wait ":" 10
  8. @    echo "\r\n** Error(bunet.scn): BUNet connect prompt not received\r\n"
  9. <
  10. @endif
  11. @send "rlogin %HostName%\r"
  12.  
  13. @if not @wait "\n" 3
  14. @    echo "\r\n** Error(bunet.scn): BUNet failed to respond to rlogin\r\n"
  15. <
  16. @endif
  17.  
  18.